Companion

object Companion

Functions

create
Link copied to clipboard
fun create(appId: String): AppConfiguration
Creates an app configuration with a given appId with default values for all optional configuration parameters.

Properties

DEFAULT_AUTHORIZATION_HEADER_NAME
Link copied to clipboard
const val DEFAULT_AUTHORIZATION_HEADER_NAME: String
The default header name used to carry authorization data when making network requests towards App Services.
DEFAULT_BASE_URL
Link copied to clipboard
const val DEFAULT_BASE_URL: String
The default url for App Services applications.